projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d6f6c
)
; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile): Fix typo.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 14 Feb 2024 03:24:36 +0000
(
05:24
+0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 14 Feb 2024 03:24:36 +0000
(
05:24
+0200)
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 4e0e7552f8ed2e1fa3e36135a10e5e8e7ce2612a..e0c18214ef76aa12e8b82230a3625422079ddfa0 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-233,7
+233,7
@@
visited by the current buffer."
(byte-to-native-output-buffer-file nil)
(eln (native-compile buffer-file-name)))
(when eln
- (comp-
write-
-bytecode-file eln))))
+ (comp-
-write
-bytecode-file eln))))
(defun emacs-lisp-native-compile-and-load ()
"Native-compile the current buffer's file (if it has changed), then load it.